GET api/SLICING_METHODS?f[0].Name={f[0].Name}&f[0].Value={f[0].Value}&f[0].CompOp={f[0].CompOp}&f[0].LogOp={f[0].LogOp}&f[1].Name={f[1].Name}&f[1].Value={f[1].Value}&f[1].CompOp={f[1].CompOp}&f[1].LogOp={f[1].LogOp}&classId={classId}

Get SLICING_METHODS list according to passed filters, sortings and paganation info

Request Information

URI Parameters

NameDescriptionTypeAdditional information
f

Optional. Default value is null. Filter parameters

Collection of Field

Required

classId

Optional. Livestock Class Id

integer

None.

Body Parameters

None.

Response Information

Resource Description

SLICING_METHODS_GET_RESPONSE
NameDescriptionTypeAdditional information
Status

Status

None.

Page

Page

None.

DATA

Collection of SLICING_METHOD

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": {
    "Success": true,
    "MessageEn": "sample string 2",
    "MessageAr": "sample string 3",
    "DetailedMessage": "sample string 4",
    "Code": 0,
    "CartErrors": [
      {
        "ResultStatusCode": 0,
        "CartId": 1,
        "CorrectValue": {},
        "MessageEn": "sample string 2",
        "MessageAr": "sample string 3",
        "CartCorrectAction": 0
      },
      {
        "ResultStatusCode": 0,
        "CartId": 1,
        "CorrectValue": {},
        "MessageEn": "sample string 2",
        "MessageAr": "sample string 3",
        "CartCorrectAction": 0
      }
    ]
  },
  "Page": {
    "TotalRecords": 1,
    "PagesCount": 2,
    "PageNo": 3,
    "PageSize": 4
  },
  "DATA": [
    {
      "SLICING_ID": 1,
      "SLICING_ID_IMAGE": "c63c9a0d-5240-4c03-84b0-0b79a34667c5",
      "SLICING_NAME_AR": "sample string 2",
      "SLICING_NAME_EN": "sample string 3",
      "FK_CLASS": 4,
      "SLICING_PRICE": 5.0
    },
    {
      "SLICING_ID": 1,
      "SLICING_ID_IMAGE": "c63c9a0d-5240-4c03-84b0-0b79a34667c5",
      "SLICING_NAME_AR": "sample string 2",
      "SLICING_NAME_EN": "sample string 3",
      "FK_CLASS": 4,
      "SLICING_PRICE": 5.0
    }
  ]
}